home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 076-100 / scopedisk87 / qed14 / qed_new.doc < prev    next >
Encoding:
Text File  |  1995-03-19  |  7.4 KB  |  163 lines

  1.  
  2.  
  3.  
  4.  
  5.                                      QED
  6.  
  7.                               AMIGA TEXT EDITOR
  8.                                    REV 1.0
  9.  
  10.                      Copyright 1989 by Darren M. Greenwald
  11.  
  12.                               All rights reserved
  13.  
  14.  
  15.                             Whats new as of 5/5/89
  16.                             -----------------------
  17.                                   beta 0.14
  18.  
  19. 1.) QED now allows you to open, display, edit, and save most binary
  20. characters other then binary 0, and binary 9 (TABS are still converted to
  21. spaces, though I am considering the option of supporting HARD tabs in the
  22. future).  This should be sufficient for those who wish to include ANSI, or
  23. printer device control sequences in their text.  See the user documentation
  24. for more details.
  25.  
  26. 2.) The command line language has now been enhanced to support additional
  27. control sequences in string arguments allowing you to enter binary
  28. character values in hexidecimal, or decimal values.
  29.  
  30. 3.) The ALT key is now mapped to imitate the RIGHT AMIGA key press options
  31. in the pull down menus.  This was done to free the CTRL key which can be
  32. used to enter binary values 1-31 using the standard operating system
  33. keyboard decoding routines.
  34.  
  35. 4.) There is now a very important command added to the command line
  36. language which allows you to send status information to ARexx (e.g., the
  37. current line of text, file name, path name, option settings, line number
  38. position, column position, etc.).
  39.  
  40. 5.) Also a general clean-up of the ARexx interfacing code to send back the
  41. exact error codes used by QED.  Previously these were sent as general
  42. levels of severity, and made debugging macros a bit more difficult to track
  43. down.  Now the actual error codes are sent to ARexx which correspond
  44. directly to the various error messages that QED may display in a requester,
  45. or in the command line window.
  46.  
  47. 6.) The use of the SETENV variable added in the last revision worked so
  48. long as you did not specify a file name to be edited as a CLI argument. 
  49. This has now been fixed to work properly with 1 file name argument. 
  50. Multiple file name arguments will still cause QED to automatically attempt
  51. to size the windows into evenly spaced out editing windows.
  52.  
  53. 7.) The "double-click" feature to turn mark block mode on/off has now been
  54. modified to hopefully give a "better feel".  It was pointed out by a couple
  55. of users that the previous method felt more like a triple click.  Note that
  56. this is still not like WordPerfect (on purpose) which always goes into mark
  57. block mode when dragging the cursor (something which I personally feel I
  58. have to fight to convince it I dont want mark block mode turned on).  Try it
  59. out!
  60.  
  61.  
  62.  
  63.                             Whats new as of 4/29/89
  64.                             -----------------------
  65.                                   beta 0.13
  66.  
  67. 1.) You can now define any key when pressed alone to execute any QED
  68. command, any DOS command, or any ARexx macro.  This is in addition to the
  69. ability to define what any key does when pressed in conjunction with the
  70. SHIFT, ALT, or CTRL keys.
  71.  
  72. 2.) The behavior of the INSERT PROJECT, and INSERT BLOCK commands is now
  73. slightly different.  Before you could only insert a file as a group of
  74. lines above the line on which the cursor resided.  Now both INSERT PROJECT,
  75. and INSERT BLOCK are affected by how the MARK LINE MODE option is set in
  76. the "Options" menu.
  77.  
  78.      When MARK LINE MODE is ON, it is assumed you want to work
  79. with line oriented blocks of text, and subsequently, insert project, and
  80. insert block are inserted as a group of lines above the cursor position.
  81.  
  82.      When MARK LINE MODE is OFF, it is assumed you want to work
  83. with document oriented blocks of text, and subsequently, insert project,
  84. and insert block are inserted AT the cursor position.  Therefore you can
  85. now use this capability to define sentences, paragraphs, etc., as disk files
  86. to be inserted at the cursor position.
  87.  
  88. 3.) QED now opens a public ARexx message port.  A unique address is created
  89. for each QED task (e.g., "QED1", "QED2", "QED3", etc...), and is displayed
  90. in the title bar, and command line window.  Note that it is not possible to
  91. assign to private ports to each QED window opened with the NEW command due
  92. to the limitation on signal bits assigned to each task by the Amiga
  93. operating system.  Specific details on how to select which windows are
  94. addressable via the public message ports is described in the documentation
  95. provided to registered users only.
  96.  
  97. 4.) You can now define the default window size that QED will use to open a
  98. window, as well as any NEW windows opened via the pull-down menus.  This
  99. capability requires the use of the SETENV function provided as part of the
  100. 1.3 operating system.  In addition, there is a new command available from
  101. the command mode which allows you to define the default window size for NEW
  102. windows.
  103.  
  104.      In order to use this function, assign ENV: to the RAM: disk, and
  105. use the SETENV command such as -
  106.  
  107. 1>setenv qedsize "0 20 300 100"
  108.  
  109.      Where the four parameters are left edge, top edge, width, and height in
  110. pixels.  If you enter any erroneous arguments, the window is opened to the
  111. full size of the WB screen a few pixels below the title bar.
  112.  
  113. 5.) There has been a report of a bug from a Gentleman from New York who
  114. indicated he downloaded QED_BETA.12.ZOO from P-LINK, and that it would
  115. consistently crash on his system when opening a file.  I have been unable
  116. to reproduce this bug, though he indicates everything is fine when running
  117. QED_BETA.11.ZOO????  In fact he often could not even get it started.  If
  118. anyone else can confirm this bug, please contact me ASAP at (714) 545-6458.
  119.  Thanks, Darren Greenwald.
  120.  
  121.  
  122.                             Whats new as of 4/22/89
  123.                             -----------------------
  124.                                   beta 0.12
  125.  
  126.  
  127. 1.) There is now a move cursor to end of window command available from the
  128. command mode.
  129.  
  130. 2.) There is now a move cursor to top of window command available from the
  131. command mode.
  132.  
  133. 3.) There is now a text insert command available from the command mode
  134. which inserts a string of text at the cursor position.  For example, you
  135. could assign ALT/(any key of your choice) to insert a string such as
  136. "printf(".  This command also allows you to include new line
  137. characters, and tabs in your strings as well as delete, and
  138. backspace.
  139.  
  140. 4.) A bug has been fixed which could occured under beta 0.11 when
  141. activating another text editing window; the bug was evident by the
  142. check marks in the "Options" menu possibly not being set properly.  Under
  143. beta 0.11, the bug would only occur if you activated another window when
  144. QED was busy (e.g., saving a file)
  145.  
  146. 5.) You can now assign commands to the function keys (when pressed alone),
  147. or any key when pressed in conjunction with the CTRL, ALT, or SHIFT keys. 
  148. This means that there are about 300 keyboard combinations possible which
  149. can be used for assiging QED commands, DOS commands, or ARexx macros.
  150.  
  151. 6.) The user documentation, and introduction have been slightly modified.
  152. I will probably continue to release the documentation with QED for a while
  153. until the number of changes are few at which point the documentation will
  154. be released as a separate ZOO'ed file.
  155.  
  156. 7.) There is a now a window size/position command available from the
  157. command mode which allows you to adjust the position, and size of windows
  158. easily.  Typically this command would be assigned to key press combinations
  159. of your choice, allowing you to quickly rearrange your text editing windows.
  160.  
  161.   
  162.  
  163.